home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000018_news@newsmaster….columbia.edu _Thu Dec 17 19:04:30 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id TAA05356
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 17 Dec 1998 19:04:28 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id TAA09995
  7.     for kermit.misc@watsun; Thu, 17 Dec 1998 19:04:27 -0500 (EST)
  8. Path: news.columbia.edu!panix!cam-news-hub1.bbnplanet.com!news.gtei.net!newsfeed.xcom.net!news.maxwell.syr.edu!news.mel.connect.com.au!not-for-mail
  9. From: Ross Irvine <rirvine@breastscreenDOT.orgDOT.au>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: K95 and sending straight binary.
  12. Date: Fri, 18 Dec 1998 11:04:42 +1100
  13. Organization: BreastScreen Victoria
  14. Lines: 37
  15. Message-ID: <36799C19.3E54D6E6@breastscreenDOT.orgDOT.au>
  16. NNTP-Posting-Host: husky.breastscreen.org.au
  17. Mime-Version: 1.0
  18. Content-Type: text/plain; charset=us-ascii
  19. Content-Transfer-Encoding: 7bit
  20. X-Trace: perki.connect.com.au 913939448 4615 203.63.141.10 (18 Dec 1998 00:04:08 GMT)
  21. X-Complaints-To: abuse@connect.com.au
  22. NNTP-Posting-Date: 18 Dec 1998 00:04:08 GMT
  23. X-Mailer: Mozilla 4.5 [en] (WinNT; I)
  24. X-Accept-Language: en
  25. Cache-Post-Path: husky.breastscreen.org.au!unknown@ross
  26. Xref: news.columbia.edu comp.protocols.kermit.misc:9650
  27.  
  28. Hello.
  29. I wrote a script about 12 months ago (using kermit for dos) which
  30. upgrades the firmware on some ISDN Modems I look after. This allows me
  31. to remote upgrade the firmware on them, whenever I want.
  32.  
  33. The flash processes forces me to send the flash file in binary format
  34. with no x-fer protocol.
  35. Eg Just sending the file straight. Here's the code I used on the DOS
  36. Machine..
  37.  
  38. :START_FLASH
  39.         SET FILE TYPE BINARY                    ; \
  40.         SET TRANSMIT PROMPT \0                  ;  \ Enables Kermit to
  41.         SET TRANSMIT LINE-FEEDS-SENT ON         ;  / send RAW ASCII
  42.         SET FLOW-CONTROL XON/XOFF               ; /
  43.         TRANSMIT \%f                    ; Send the Flash File
  44.  
  45. I'm now tried to port this to kermit 95, but I'm have a hard time
  46. getting K95 to send raw ASCII.
  47. I know the the SET TRANSMIT LINE-FEEDS-SEND ON has been changed to SET
  48. TRANSMIT LINEFEED ON
  49.  
  50. Buit I still cannot seem to get K95 (Version 1.1.17) to send just plain
  51. RAW ASCII..
  52.  
  53. Ideas??
  54.  
  55. Also on the topic of K95. Will we ever see the much awaited Native (Eg
  56. GUI) Version of K95? All has been very quiet at www.kermit-project.org
  57. for the last 6 months..
  58.  
  59. Regards..
  60. --
  61. Ross Irvine B.App.Sci(Comp.Sci.) CNE   rirvine@breastscreenDOT.org.DOTau
  62. Communications & Network Administrator Ph : +61 3 9349-2744
  63. BreastScreen Victoria                  Fax : +61 3 9349-2711
  64. NOTE: E-mail address changed due to spam, humans will work it out.